[@main]
Halloween is here, strange that, i could have swarn i heard strange\
noises around these parts, oh well, what the F*#K? Something has \
happened???\
\
<Claim your HALLOWEEN PET!/@petissue>\
<Claim your HALLOWEEN Weapon!/@weaponclaim>\
<exit/@exit>

[@petissue]
#IF
checkjob warrior
#ACT
goto @warrpet
break

#IF
checkjob wizard
#ACT
goto @wizpet
break

#IF
checkjob taoist
#ACT
goto @taopet
break


[@warrpet]
#IF
CHECKSLAVECOUNT < 2
#ACT
RECALLMOB HalloweenFox1
#SAY
Happy Halloween from RaGEZONE
#ELSEACT
goto @error

[@wizpet]
#IF
CHECKSLAVECOUNT < 2
#ACT
RECALLMOB HalloweenFox2
#SAY
Happy Halloween from RaGEZONE
#ELSEACT
goto @error

[@taopet]
#IF
CHECKSLAVECOUNT < 2
#ACT
RECALLMOB HalloweenFox3
#SAY
Happy Halloween from RaGEZONE
#ELSEACT
goto @error

[@weaponclaim]
#IF
checknamelist weapon.txt
#ACT
goto @buy
#ELSEACT
goto @weaponclaim1

[@weaponclaim1]
#IF
checkjob wizard
#ACT
addnamelist weapon.txt
give halloweenwizz
goto @done
BREAK

#IF
checkjob taoist
#ACT
addnamelist weapon.txt
give halloweentao
break
goto @done
BREAK

#IF
checkjob warrior
#act
addnamelist weapon.txt
give halloweenwarr
goto @done
BREAK

[@error]
#SAY
Sorry cannot do that!

[@buy]
Hi, due to abuse the weapon will now cost you 25k, do\
you wat to buy?\
<Yes/@buy1> || <No/@exit>

[@buy1]
#IF
checkgold 25000
#ACT
goto @buy2
#ELSEACT
goto @error1

[@error1]
Not enough gold!/
<exit/@exit>

[@buy2]
#IF
checkjob wizard
#ACT
give halloweenwizz
take gold 25000
goto @done
BREAK

#IF
checkjob taoist
#ACT
give halloweentao
take gold 25000
goto @done
BREAK

#IF
checkjob warrior
#act
take gold 25000
give halloweenwarr
goto @done
BREAK

[@done]
Happy Halloween from RaGEZONE
